projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4dd57
)
GtkStyleContextPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:45:51 +0000
(12:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:45:51 +0000
(12:45 -0400)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index 44965fd29bb0a5cc3e080c3d2bf21db8b59e7273..ca0c96e1fdbc51778d847e8da3aacf5e84a765ec 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-483,12
+483,12
@@
struct _GtkStyleContextPrivate
GSList *animation_regions;
GSList *animations;
- guint animations_invalidated : 1;
- guint invalidating_context : 1;
-
GtkThemingEngine *theming_engine;
GtkTextDirection direction;
+
+ guint animations_invalidated : 1;
+ guint invalidating_context : 1;
};
enum {